home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / mb1705.zip / FILES.DOC < prev    next >
Text File  |  1994-04-23  |  5KB  |  134 lines

  1. -------------------------------------------------------------------------
  2.      SERVER Message import/export files, old format:
  3. -------------------------------------------------------------------------
  4.  
  5. This format is provided for compatibility with WA7MBL systems.
  6. It should not be used in new code.
  7.  
  8. Each message has two lines of header info, followed by the
  9. message text, followed by the end of message marker "/EX".
  10.  
  11. The first line of message header info has the same format as the
  12. command to enter a message, except the "< FROM" is not optional.
  13.  
  14. Sx TO < FROM [@ BBS[.LOC]] [$BID]
  15.  
  16. The second line of message header info is the message title.
  17.  
  18. -------------------------------------------------------------------------
  19.      SERVER Message import/export files, rfc-822 format:
  20. -------------------------------------------------------------------------
  21.  
  22. The header information is terminated by a blank line.
  23.  
  24. Supported header fields are:
  25.  
  26. "To:", "From:", "Date:", "Subject:", "Message-ID:", "X-BID:", "X-msgtype:"
  27.  
  28. -------------------------------------------------------------------------
  29.      White pages import/export:
  30. -------------------------------------------------------------------------
  31.  
  32. The info on each user is contained on a single line.
  33. A field with no info is filled with the text "?".
  34.  
  35. Field    Contents
  36.   1    Callsign and location.
  37.   2    Date first logged, YYMMDD
  38.   3    Date last seen, YYMMDD.
  39.   4    Date last logged, YYMMDD.
  40.   5    Time last logged, HHMM
  41.   6    Count of times the call has been seen by WP.
  42.   7    Login count
  43.   8    Home BBS
  44.   9    User status / privileges:
  45.       B - Has BBS connect privileges
  46.       E - Expert user
  47.       I - Is a BBS
  48.       S - Can be remote sysop
  49.       X - User is excluded
  50.   10    Users ZIP or postal code.
  51.   11    Users name
  52. 12 - n    Users qth
  53.  
  54. Example:
  55.  
  56. W0RLI.OR.USA.NA 880828 880829 880829 0607 0 39 BIS W0RLI 97068 Hank West Linn
  57.  
  58. -------------------------------------------------------------------------
  59.        Log file format
  60. -------------------------------------------------------------------------
  61.  
  62.    There are two formats for log files.  The newer format has a two
  63.    digit task number at the start of the line, the older format does
  64.    not have one.
  65.  
  66.    Each line in the log file contains an event code,
  67.    the date and time, function code and optional sub-function code,
  68.    followed by further information about the event.
  69.  
  70.    'C' - User connected to system.
  71.  
  72.       'A' -> 'K' - A user connected on that port.
  73.     Next char shows type of connect: "U" - User, "S" - bbs.
  74.  
  75.       'L' - User was linked via the station that just connected.
  76.       'S' - "connect" from local console (sysop).
  77.  
  78.    'X' - Exit.
  79.  
  80.       'A' - Owner put MailBox on line.
  81.       'B' - User said good bye.
  82.       'D' - User disconnected.
  83.       'E' - Excluded user attempted connect.
  84.       'F' - User forced off by sysop.
  85.       'I' - Pogram startup. Note: connect on port I will have IS or IU.
  86.       'Q' - Exit from program.
  87.       'T' - Timeout, forced disconnect.
  88.  
  89.    'F' - File event. Command line shown as user entered it.
  90.  
  91.       'C'  - Batch size after/before compression.
  92.       'D'  - File downloaded.
  93.       'K'  - File deleted.
  94.       'U'  - File uploaded.
  95.  
  96.    'M' - Message event. Message number always shown.
  97.  
  98.       'D'  - Message copied to file.
  99.       'E'  - Message exported.
  100.       'F'  - Message forwarded.
  101.       'FC' - Batch size after/before compression.
  102.       'FE' - End of forwarding session.
  103.       'FR' - Start of reverse forwarding within forwarding session.
  104.       'FS' - Start of forwarding session.
  105.       'K'  - Message killed. Note KS is auto-kill of old bulletin.
  106.       'P'  - Message printed.
  107.       'R'  - Message read.
  108.       'Z'  - Message entered. Message size shown.
  109.  
  110.       'C'  - Message entered. Obsolete log entry format.
  111.       'M'  - Message entered. Obsolete log entry format.
  112.       'S'  - Message entered. Obsolete log entry format.
  113.       'SE' - End of server session. Obsolete.
  114.       'SS' - Start of server session. Obsolete.
  115.  
  116.    'H' - Houskeeping event. These are obsolete.
  117.  
  118.       'S'  - Start of Housekeeping event (obsolete).
  119.       'B'  - Clean up BID.MB.
  120.       'G'  - Auto-GM.
  121.       'O'  - Mark old messaged, kill old bulletins.
  122.       'U'  - Create WP Update message.
  123.       'E'  - End of Housekeeping event.
  124.  
  125.    'R' - RoundTable event. Generated by RT.EXE into RT.LOG.
  126.  
  127.       'E'  - End of RoundTable execution.
  128.       'J'  - Station joined the RoundTable.
  129.       'L'  - Station left the RoundTable.
  130.       'S'  - Start of RoundTable execution.
  131.  
  132. -------------------------------------------------------------------------
  133.  
  134.